build: Move sources into src/ again
authorColin Walters <walters@verbum.org>
Mon, 14 Nov 2011 20:39:38 +0000 (15:39 -0500)
committerColin Walters <walters@verbum.org>
Mon, 14 Nov 2011 20:39:38 +0000 (15:39 -0500)
commit18f0b537a45f12852e4ec6b174440cbfe7702e4d
treee8535cb5fe66add1c8725db4a50953aebd8159e9
parent9dc6ddce0848cf04b76fc1c673c8fc1a0f6f425a
build: Move sources into src/ again

This is necessary if we want to build when srcdir == builddir,
otherwise we blow up because "ostree" is a source directory and a
binary.
79 files changed:
Makefile-libostree.am
Makefile-osbuild.am
Makefile-ostree.am
Makefile-otutil.am
libotutil/ot-gio-utils.c [deleted file]
libotutil/ot-gio-utils.h [deleted file]
libotutil/ot-glib-compat.c [deleted file]
libotutil/ot-glib-compat.h [deleted file]
libotutil/ot-opt-utils.c [deleted file]
libotutil/ot-opt-utils.h [deleted file]
libotutil/ot-unix-utils.c [deleted file]
libotutil/ot-unix-utils.h [deleted file]
libotutil/ot-variant-utils.c [deleted file]
libotutil/ot-variant-utils.h [deleted file]
libotutil/otutil.h [deleted file]
osbuild/main.c [deleted file]
osbuild/ob-builtin-buildone.c [deleted file]
osbuild/ob-builtins.h [deleted file]
osbuild/osbuild-raw-makeinstall.c [deleted file]
osbuild/ostree-buildone [deleted file]
osbuild/ostree-buildone-make [deleted file]
osbuild/ostree-buildone-makeinstall-split-artifacts [deleted file]
ostree/main.c [deleted file]
ostree/ot-builtin-checkout.c [deleted file]
ostree/ot-builtin-commit.c [deleted file]
ostree/ot-builtin-compose.c [deleted file]
ostree/ot-builtin-diff.c [deleted file]
ostree/ot-builtin-fsck.c [deleted file]
ostree/ot-builtin-init.c [deleted file]
ostree/ot-builtin-log.c [deleted file]
ostree/ot-builtin-pull.c [deleted file]
ostree/ot-builtin-remote.c [deleted file]
ostree/ot-builtin-rev-parse.c [deleted file]
ostree/ot-builtin-run-triggers.c [deleted file]
ostree/ot-builtin-show.c [deleted file]
ostree/ot-builtins.h [deleted file]
src/libostree/ostree-checkout.c [new file with mode: 0644]
src/libostree/ostree-checkout.h [new file with mode: 0644]
src/libostree/ostree-core.c [new file with mode: 0644]
src/libostree/ostree-core.h [new file with mode: 0644]
src/libostree/ostree-repo-file-enumerator.c [new file with mode: 0644]
src/libostree/ostree-repo-file-enumerator.h [new file with mode: 0644]
src/libostree/ostree-repo-file.c [new file with mode: 0644]
src/libostree/ostree-repo-file.h [new file with mode: 0644]
src/libostree/ostree-repo.c [new file with mode: 0644]
src/libostree/ostree-repo.h [new file with mode: 0644]
src/libostree/ostree.h [new file with mode: 0644]
src/libotutil/ot-gio-utils.c [new file with mode: 0644]
src/libotutil/ot-gio-utils.h [new file with mode: 0644]
src/libotutil/ot-glib-compat.c [new file with mode: 0644]
src/libotutil/ot-glib-compat.h [new file with mode: 0644]
src/libotutil/ot-opt-utils.c [new file with mode: 0644]
src/libotutil/ot-opt-utils.h [new file with mode: 0644]
src/libotutil/ot-unix-utils.c [new file with mode: 0644]
src/libotutil/ot-unix-utils.h [new file with mode: 0644]
src/libotutil/ot-variant-utils.c [new file with mode: 0644]
src/libotutil/ot-variant-utils.h [new file with mode: 0644]
src/libotutil/otutil.h [new file with mode: 0644]
src/osbuild/main.c [new file with mode: 0644]
src/osbuild/ob-builtin-buildone.c [new file with mode: 0644]
src/osbuild/ob-builtins.h [new file with mode: 0644]
src/osbuild/osbuild-raw-makeinstall.c [new file with mode: 0644]
src/osbuild/ostree-buildone [new file with mode: 0644]
src/osbuild/ostree-buildone-make [new file with mode: 0644]
src/osbuild/ostree-buildone-makeinstall-split-artifacts [new file with mode: 0644]
src/ostree/main.c [new file with mode: 0644]
src/ostree/ot-builtin-checkout.c [new file with mode: 0644]
src/ostree/ot-builtin-commit.c [new file with mode: 0644]
src/ostree/ot-builtin-compose.c [new file with mode: 0644]
src/ostree/ot-builtin-diff.c [new file with mode: 0644]
src/ostree/ot-builtin-fsck.c [new file with mode: 0644]
src/ostree/ot-builtin-init.c [new file with mode: 0644]
src/ostree/ot-builtin-log.c [new file with mode: 0644]
src/ostree/ot-builtin-pull.c [new file with mode: 0644]
src/ostree/ot-builtin-remote.c [new file with mode: 0644]
src/ostree/ot-builtin-rev-parse.c [new file with mode: 0644]
src/ostree/ot-builtin-run-triggers.c [new file with mode: 0644]
src/ostree/ot-builtin-show.c [new file with mode: 0644]
src/ostree/ot-builtins.h [new file with mode: 0644]